home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / saf / dom / AssociatedDOMException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  277 b   |  10 lines

  1. package com.extensibility.saf.dom;
  2.  
  3. import org.w3c.dom.DOMException;
  4.  
  5. public class AssociatedDOMException extends DOMException {
  6.    public AssociatedDOMException(short var1, String var2) {
  7.       super(var1, var2);
  8.    }
  9. }
  10.